Next: Using capture, Previous: Capture, Up: Capture
The following customization sets a default target file for notes, and defines a global key1 for capturing new material.
(setq org-default-notes-file (concat org-directory "/notes.org")) (define-key global-map "\C-cc" 'org-capture)
[1] Please select your own key, C-c c is only a suggestion.